From a8a156e63c9e4116d109c2681a4250a379db31bf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Nov 2017 20:12:43 -0500 Subject: [PATCH] Fix the build --- tests/testdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdnd.c b/tests/testdnd.c index c95817a21a..04ec5bf467 100644 --- a/tests/testdnd.c +++ b/tests/testdnd.c @@ -662,7 +662,7 @@ main (int argc, char **argv) gtk_drag_source_set_icon_surface (button, surface); gdk_content_formats_unref (targets); - cairo_destroy (surface); + cairo_surface_destroy (surface); gtk_widget_set_hexpand (button, TRUE); gtk_widget_set_vexpand (button, TRUE); -- 2.30.2